home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / ssaver26.zip / SAMPLE.ZIP / SAMPLE.H < prev    next >
Text File  |  1996-02-26  |  625b  |  32 lines

  1. /*
  2.     sample.h
  3.     sample saver module dialog/control ids include file
  4.     (C) 1993-94 Siegfried Hanisch
  5. */
  6.  
  7. // ===== resource ids, string ids
  8. #define IDR_ICON        10001
  9. #define IDS_MODULENAME        1
  10.  
  11. // ===== timer ids
  12. #define IDT_ZORDERTIMER     1000
  13.  
  14. // ===== dialog ids
  15. #define IDD_CONFIGURE        3000
  16.  
  17. // ===== dialog control ids
  18. #define IDC_OK            1
  19. #define IDC_CANCEL        2
  20. #define IDC_ENABLED        3001
  21. #define IDC_SPEED        4001
  22. #define IDC_SPEEDTEXT        4002
  23. /*
  24.     $$$$$ insert code here $$$$$
  25.     If you add new controls to the dialog, insert the control ID
  26.     values here
  27.  
  28.     $$$$$ for example $$$$$
  29. */
  30. #define IDC_COUNT        3002
  31.  
  32.